{ "version": 4, "terraform_version": "1.7.6", "serial": 424, "lineage": "49de7bd5-581c-2f44-a52d-cbecca989daf", "outputs": { "db_endpoint": { "value": "db-3.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-95e1d90f1eea2811a", "ami": "ami-7cf5b3b4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5a28d8b4"], "subnet_id": "subnet-f11b6319", "key_name": "prod-deploy-key" } } ] } ] }