{ "version": 4, "terraform_version": "1.6.7", "serial": 192, "lineage": "b26c54e9-e2de-8bf7-51b0-5eca6d542306", "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-81f63f3199687471b", "ami": "ami-2a4d8350", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0f05003e"], "subnet_id": "subnet-0fafc56b", "key_name": "prod-deploy-key" } } ] } ] }