{ "version": 4, "terraform_version": "1.7.5", "serial": 254, "lineage": "f781be36-7d89-bd12-d3ea-a21e7e7177c1", "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-7decbdbc65f606eaf", "ami": "ami-962fdcfa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1ec9d515"], "subnet_id": "subnet-4af184d2", "key_name": "prod-deploy-key" } } ] } ] }