{ "version": 4, "terraform_version": "1.7.6", "serial": 490, "lineage": "d17997a6-2acd-2836-2685-a6079f2691ad", "outputs": { "db_endpoint": { "value": "db-2.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-c9b5a853641f23e83", "ami": "ami-ee2c9ed0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06cc8390"], "subnet_id": "subnet-dc845396", "key_name": "prod-deploy-key" } } ] } ] }