{ "version": 4, "terraform_version": "1.8.7", "serial": 556, "lineage": "8f8aeb2b-6f0c-6b8d-d05e-d77015d5c470", "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-cec6469c67d122643", "ami": "ami-fb7811cd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-208d9aba"], "subnet_id": "subnet-630e3cd5", "key_name": "prod-deploy-key" } } ] } ] }