{ "version": 4, "terraform_version": "1.5.5", "serial": 450, "lineage": "90af1cc8-72f4-f301-81a3-1de1ec0188de", "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-584248a5e6e88022f", "ami": "ami-98ab6532", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e9ceecc"], "subnet_id": "subnet-ec08f9ba", "key_name": "prod-deploy-key" } } ] } ] }