{ "version": 4, "terraform_version": "1.7.2", "serial": 504, "lineage": "3a06b846-0e68-4227-c0fa-5e809337254b", "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-03c3c9cc246abfb40", "ami": "ami-443781fd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-419766b3"], "subnet_id": "subnet-bc32790c", "key_name": "prod-deploy-key" } } ] } ] }