{ "version": 4, "terraform_version": "1.7.6", "serial": 165, "lineage": "04266233-a2b5-8a89-95ba-8351c21c7767", "outputs": { "db_endpoint": { "value": "db-0.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-d8d04cfc65e718724", "ami": "ami-1b490d00", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8ac23362"], "subnet_id": "subnet-ff80896d", "key_name": "prod-deploy-key" } } ] } ] }