{ "version": 4, "terraform_version": "1.6.3", "serial": 107, "lineage": "0988f963-ea2c-e49f-dead-3dbc0c8a8527", "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-d4f6016af094dc3fb", "ami": "ami-b70176e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8b78f389"], "subnet_id": "subnet-c566b97b", "key_name": "prod-deploy-key" } } ] } ] }