{ "version": 4, "terraform_version": "1.5.7", "serial": 503, "lineage": "ff8b96d0-4897-9989-e344-2bfe92891cb2", "outputs": { "db_endpoint": { "value": "db-3.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-7f9ad0dddfc943aa3", "ami": "ami-a825b67f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c47907f3"], "subnet_id": "subnet-1578a60e", "key_name": "prod-deploy-key" } } ] } ] }