{ "version": 4, "terraform_version": "1.7.3", "serial": 511, "lineage": "0671272d-5f5f-5107-bc65-6f631bf7a6b5", "outputs": { "db_endpoint": { "value": "db-0.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-8e2cae5b2096f2d4f", "ami": "ami-31700b2a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f9273aeb"], "subnet_id": "subnet-8ed364af", "key_name": "prod-deploy-key" } } ] } ] }