{ "version": 4, "terraform_version": "1.6.9", "serial": 245, "lineage": "66f9b966-b7c3-8dff-2f7b-377bbf021041", "outputs": { "db_endpoint": { "value": "db-4.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-68832d5d31d4c9138", "ami": "ami-890ef5ad", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-80901928"], "subnet_id": "subnet-542c3d3b", "key_name": "prod-deploy-key" } } ] } ] }