{ "version": 4, "terraform_version": "1.6.9", "serial": 502, "lineage": "fdff1d08-345e-7938-d6bd-d247be6c3b6c", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-dbce64667aaacfa82", "ami": "ami-df4ecd72", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3c007b95"], "subnet_id": "subnet-001be37e", "key_name": "prod-deploy-key" } } ] } ] }