{ "version": 4, "terraform_version": "1.8.1", "serial": 437, "lineage": "36cc783e-52c9-d26f-d53b-d6d4290c92b1", "outputs": { "db_endpoint": { "value": "db-4.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-79ce013b5fb8ade43", "ami": "ami-c41f81d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2c213bd"], "subnet_id": "subnet-c5f33dc7", "key_name": "prod-deploy-key" } } ] } ] }