{ "version": 4, "terraform_version": "1.5.0", "serial": 146, "lineage": "e8ed1d7f-7968-28e0-8732-a1321f2825b0", "outputs": { "db_endpoint": { "value": "db-1.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-11d844aaa0404304b", "ami": "ami-e5fbd82a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-78c50ffa"], "subnet_id": "subnet-04c26d9c", "key_name": "prod-deploy-key" } } ] } ] }