{ "version": 4, "terraform_version": "1.6.5", "serial": 392, "lineage": "1e058340-5f22-d9c1-c5b3-556338196f4d", "outputs": { "db_endpoint": { "value": "db-1.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-99840991e5e19c37c", "ami": "ami-61e38b18", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-21cda6aa"], "subnet_id": "subnet-ea85f230", "key_name": "prod-deploy-key" } } ] } ] }