{ "version": 4, "terraform_version": "1.7.9", "serial": 449, "lineage": "b36f9d60-d764-f3a9-ae4c-20578120056e", "outputs": { "db_endpoint": { "value": "db-4.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-0c5deddef9542e983", "ami": "ami-5f80c779", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-431d7e3c"], "subnet_id": "subnet-108aec71", "key_name": "prod-deploy-key" } } ] } ] }