{ "version": 4, "terraform_version": "1.5.7", "serial": 369, "lineage": "a8af3a98-938a-f172-d855-1a9bf3f37c0f", "outputs": { "db_endpoint": { "value": "db-1.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-14b6936854590843c", "ami": "ami-eeb6f081", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5e921d9b"], "subnet_id": "subnet-b8aaeb6a", "key_name": "prod-deploy-key" } } ] } ] }