{ "version": 4, "terraform_version": "1.7.7", "serial": 355, "lineage": "e141b2fd-6a54-9dc8-1fb6-8e989f4763c9", "outputs": { "db_endpoint": { "value": "db-2.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-8f150a8283ffd3910", "ami": "ami-06fd79f4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-572943c6"], "subnet_id": "subnet-9ece0690", "key_name": "prod-deploy-key" } } ] } ] }