{ "version": 4, "terraform_version": "1.5.6", "serial": 400, "lineage": "87545472-17a3-afa5-3eac-16f87eab8510", "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-14549d800c479408b", "ami": "ami-9a0f4e64", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3caf11d2"], "subnet_id": "subnet-410ab407", "key_name": "prod-deploy-key" } } ] } ] }