{ "version": 4, "terraform_version": "1.5.0", "serial": 482, "lineage": "5a90e175-9fb1-6054-cca4-162ee40716fd", "outputs": { "db_endpoint": { "value": "db-2.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-f03ec8828e9964290", "ami": "ami-64b9a330", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3f680090"], "subnet_id": "subnet-9de296ea", "key_name": "prod-deploy-key" } } ] } ] }