{ "version": 4, "terraform_version": "1.8.4", "serial": 198, "lineage": "bb7d842e-9f5c-d3f4-d774-720bef16fbca", "outputs": { "db_endpoint": { "value": "db-1.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-981fcc4f5fc4d393c", "ami": "ami-2e74f083", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b179a10f"], "subnet_id": "subnet-f67fc1e7", "key_name": "prod-deploy-key" } } ] } ] }