{ "version": 4, "terraform_version": "1.6.1", "serial": 234, "lineage": "b8fc1750-dc4b-0de2-0654-68457964a6b5", "outputs": { "db_endpoint": { "value": "db-0.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-69934aceb27c8d2d4", "ami": "ami-2bcc6b17", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-23a8fafd"], "subnet_id": "subnet-2bc008ca", "key_name": "prod-deploy-key" } } ] } ] }