{ "version": 4, "terraform_version": "1.8.9", "serial": 430, "lineage": "94f887a8-4f33-8a27-e3ad-39650c8d2da2", "outputs": { "db_endpoint": { "value": "db-4.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-bd5afdc5daccbd335", "ami": "ami-8c3b7e95", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f58b7700"], "subnet_id": "subnet-71719eff", "key_name": "prod-deploy-key" } } ] } ] }