{ "version": 4, "terraform_version": "1.5.8", "serial": 469, "lineage": "b66767b4-1629-6dc9-ea35-75813dce66a0", "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-cac3d77fb5dcd774c", "ami": "ami-f2a32a1f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-08ce46da"], "subnet_id": "subnet-7474e583", "key_name": "prod-deploy-key" } } ] } ] }