{ "version": 4, "terraform_version": "1.6.2", "serial": 458, "lineage": "bc02b0a7-da54-6869-2803-33b17b854686", "outputs": { "db_endpoint": { "value": "db-3.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-f80fa6aa9a4e91def", "ami": "ami-0ca2acb5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-49a4d3fc"], "subnet_id": "subnet-d94963b9", "key_name": "prod-deploy-key" } } ] } ] }