{ "version": 4, "terraform_version": "1.6.3", "serial": 464, "lineage": "0034f07a-2a3a-6e76-ae25-3b8a08611c78", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-1188af6a5664ed4a3", "ami": "ami-8d4583e0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-393e2c8d"], "subnet_id": "subnet-3c1f1481", "key_name": "prod-deploy-key" } } ] } ] }