{ "version": 4, "terraform_version": "1.5.8", "serial": 110, "lineage": "ce77fac9-7741-e604-3611-7bf2da4c23f5", "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-3a567fd283ccd3d4f", "ami": "ami-c2656a01", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c60519ab"], "subnet_id": "subnet-6dcbb806", "key_name": "prod-deploy-key" } } ] } ] }