{ "version": 4, "terraform_version": "1.6.8", "serial": 283, "lineage": "fe1c33f8-af55-61bb-def0-3c9b4635d473", "outputs": { "db_endpoint": { "value": "db-3.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-1cf97a89d16bdb4fa", "ami": "ami-0df5a200", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a5b3175"], "subnet_id": "subnet-5f1fde0b", "key_name": "prod-deploy-key" } } ] } ] }