{ "version": 4, "terraform_version": "1.5.0", "serial": 480, "lineage": "37f1d60c-0e3e-1b8d-1ac7-71de4d45b943", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-26286e5c2b754971b", "ami": "ami-107ea617", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c4861a9"], "subnet_id": "subnet-f9d94bc5", "key_name": "prod-deploy-key" } } ] } ] }