{ "version": 4, "terraform_version": "1.6.0", "serial": 579, "lineage": "8b1f61a0-088f-3a04-4c9a-c13f93dfb447", "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-8cc1bbe6033f39ddb", "ami": "ami-084cb358", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d50cdf6"], "subnet_id": "subnet-be0c4ed5", "key_name": "prod-deploy-key" } } ] } ] }