{ "version": 4, "terraform_version": "1.7.4", "serial": 362, "lineage": "d2af83e8-6cb1-f61b-4f13-12214451494b", "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-926309cba1acdb3fe", "ami": "ami-090a0609", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-998fa4e3"], "subnet_id": "subnet-0221f1c7", "key_name": "prod-deploy-key" } } ] } ] }