{ "version": 4, "terraform_version": "1.6.8", "serial": 461, "lineage": "bf042759-2600-a9a9-cd47-daf14cfb0963", "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-4279eb1dbafc37325", "ami": "ami-c652ede7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c4be6ac"], "subnet_id": "subnet-baa96835", "key_name": "prod-deploy-key" } } ] } ] }