{ "version": 4, "terraform_version": "1.5.1", "serial": 166, "lineage": "2383dfe1-09f2-d62e-8d32-e2b64de423dc", "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-240b9ad6702268a26", "ami": "ami-467fd55e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5299cd6"], "subnet_id": "subnet-9fad4d76", "key_name": "prod-deploy-key" } } ] } ] }