{ "version": 4, "terraform_version": "1.7.7", "serial": 234, "lineage": "53c153ab-73b0-7c10-bfa9-fd60fecdb238", "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-c27d4e4d3bc2ec702", "ami": "ami-a8bc649b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-162b0dad"], "subnet_id": "subnet-e7640134", "key_name": "prod-deploy-key" } } ] } ] }