{ "version": 4, "terraform_version": "1.7.5", "serial": 584, "lineage": "ba9df6f4-e1a6-3c60-44bf-260ff44d916a", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-8300646367e3087d2", "ami": "ami-eb77b05f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-367de98b"], "subnet_id": "subnet-71de29eb", "key_name": "prod-deploy-key" } } ] } ] }