{ "version": 4, "terraform_version": "1.7.4", "serial": 159, "lineage": "ac1dac4e-b9eb-a8f3-3237-e7159a2a2dea", "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-fa3a2fe0b1b9c8a9c", "ami": "ami-1faf2efe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4587ecb1"], "subnet_id": "subnet-48fcdab7", "key_name": "prod-deploy-key" } } ] } ] }