{ "version": 4, "terraform_version": "1.5.5", "serial": 284, "lineage": "10023550-971a-cbd6-1c40-8c561018a35e", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7e4dfea5ad701c066", "ami": "ami-0b60bdfd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8bb9539"], "subnet_id": "subnet-56c9d66b", "key_name": "prod-deploy-key" } } ] } ] }