{ "version": 4, "terraform_version": "1.8.7", "serial": 283, "lineage": "d3cf4ce1-068a-9e07-1b87-4a677c6523cc", "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-beaf4a48fc6cae481", "ami": "ami-ed9fe8ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2b2444e"], "subnet_id": "subnet-bc7c364d", "key_name": "prod-deploy-key" } } ] } ] }