{ "version": 4, "terraform_version": "1.7.0", "serial": 174, "lineage": "582d1806-c821-c52b-c9fa-587fec68776c", "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-f21172299afd32529", "ami": "ami-24c244f4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-556c4453"], "subnet_id": "subnet-81771a13", "key_name": "prod-deploy-key" } } ] } ] }