{ "version": 4, "terraform_version": "1.8.9", "serial": 587, "lineage": "a9599bee-b2c2-d458-46f0-f315219498bc", "outputs": { "db_endpoint": { "value": "db-0.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-c453f2d65672ed25e", "ami": "ami-291f0513", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-09cc2f1d"], "subnet_id": "subnet-13003bb7", "key_name": "prod-deploy-key" } } ] } ] }