{ "version": 4, "terraform_version": "1.5.9", "serial": 310, "lineage": "f472acde-6a45-bb7e-0909-3d098b9d3fa9", "outputs": { "db_endpoint": { "value": "db-2.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-a64a270116d31e693", "ami": "ami-f2efb350", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d0fc9886"], "subnet_id": "subnet-5ca95361", "key_name": "prod-deploy-key" } } ] } ] }