{ "version": 4, "terraform_version": "1.7.4", "serial": 284, "lineage": "86132a62-7179-ead0-42ab-494a31a40437", "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-5cd2b430e9d3096f7", "ami": "ami-eee07dc3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66034126"], "subnet_id": "subnet-8e8c94f3", "key_name": "prod-deploy-key" } } ] } ] }