{ "version": 4, "terraform_version": "1.5.8", "serial": 143, "lineage": "20e7d9d3-1534-0566-a4b5-48f2e48d3958", "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-0fa1e061ba962150f", "ami": "ami-1390ff93", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a13ed178"], "subnet_id": "subnet-bdfbd1d9", "key_name": "prod-deploy-key" } } ] } ] }