{ "version": 4, "terraform_version": "1.7.1", "serial": 176, "lineage": "c60e1d67-7c6e-dd09-ccee-fbc782a21d1b", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-17468ace7f9ebb181", "ami": "ami-8250089f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4549c2bc"], "subnet_id": "subnet-3291f9de", "key_name": "prod-deploy-key" } } ] } ] }