{ "version": 4, "terraform_version": "1.7.3", "serial": 147, "lineage": "1aa2ab3c-781c-dab6-8e8d-5151262bf97e", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f6879f68099d4179b", "ami": "ami-1aeeacb5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b894d3fa"], "subnet_id": "subnet-3f83e001", "key_name": "prod-deploy-key" } } ] } ] }