{ "version": 4, "terraform_version": "1.5.9", "serial": 211, "lineage": "e637d646-b0e8-43e3-bce3-835fbde6a022", "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-d37da04a9978d842c", "ami": "ami-8230f669", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9e8b644e"], "subnet_id": "subnet-c3fec10d", "key_name": "prod-deploy-key" } } ] } ] }